[INFO] cloning repository https://github.com/TheCookiess/rust-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheCookiess/rust-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78635674284b32929bf6666c2dc82944b4cf1edf
[INFO] checking TheCookiess/rust-compiler against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheCookiess/rust-compiler
[INFO] finished tweaking git repo https://github.com/TheCookiess/rust-compiler
[INFO] tweaked toml for git repo https://github.com/TheCookiess/rust-compiler written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheCookiess/rust-compiler on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 244 packages to latest compatible versions
[INFO] [stderr]       Adding globset v0.4.6 (available: v0.4.18)
[INFO] [stderr]       Adding indexed_valued_enums v1.0.0 (available: v2.0.0)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding termcolor v1.1.3 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3
[INFO] running `Command { std: "docker" "start" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: toy_compiler v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `cargo-watch` which is missing a lib target
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking text-to-ascii-art v0.1.10
[INFO] [stderr]     Checking indexed_valued_enums v1.0.0
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking toy_compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `CompilerResult<T>: Residual<T>` is not satisfied
[INFO] [stdout]    --> src/utils.rs:315:21
[INFO] [stdout]     |
[INFO] [stdout] 315 |     type Residual = CompilerResult<T>;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the nightly-only, unstable trait `Residual<T>` is not implemented for `CompilerResult<T>`
[INFO] [stdout]    --> src/utils.rs:265:1
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub enum CompilerResult<T, E = anyhow::Error> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the following other types implement trait `Residual<O>`
[INFO] [stdout]    --> /rustc/d1d7143153307f561233bd4d93e2a3b24157b081/library/core/src/option.rs:2810:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Option<Infallible>`
[INFO] [stdout]    --> /rustc/d1d7143153307f561233bd4d93e2a3b24157b081/library/core/src/result.rs:2208:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Result<Infallible, E>`
[INFO] [stdout] note: required by a bound in `std::ops::Try::Residual`
[INFO] [stdout]    --> /rustc/d1d7143153307f561233bd4d93e2a3b24157b081/library/core/src/ops/try_trait.rs:160:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toy_compiler` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3", kill_on_drop: false }`
[INFO] [stdout] 7f41b17125c4d917e8f5aa7376c86226e0b8c5bf3e38a2429eb11f7e058d1df3
